home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / e / objectbrowser.readme < prev    next >
Text File  |  2004-09-23  |  1KB  |  54 lines

  1. Short:    Object Browser / System Debugger 0.9b
  2. Author:   amigae@swipnet.se (Leif Salomonsson)
  3. Uploader: amigae@swipnet.se (Leif Salomonsson)
  4. Type:     dev/e
  5. Requires: MUI 3.8, Installed AmigaE / ECX v45+
  6.  
  7. long:
  8.  
  9.  
  10.    ObjectBrowser -------------------------------
  11.  
  12.    A clone of Jason R Hulance's "Explorer" tool.
  13.  
  14.    ---------------------------------------------
  15.  
  16.  
  17.    Main differences:
  18.  
  19.       o MUI GUI.
  20.  
  21.       o Also supports ECX binary modules.
  22.  
  23.       o "Browser" and "Debugger" modes.
  24.  
  25.    Usage:
  26.  
  27.       Commandline arguments
  28.  
  29.          CACHE/S    - Load modules from cache.
  30.  
  31.          OBJECT/K   - Specify name of initially selected object.
  32.  
  33.          ADDRESS/N  - Initial address, or $0 for browsing mode.
  34.                       Defaults to FindTask(0) (the objectbrowser process).
  35.  
  36.          MODULES/M  - Specify directories and/or modules to load.
  37.  
  38.    Other:
  39.  
  40.       For compability, ObjectBrowser's AREXX port is named "EXPLORER",
  41.       and most old commands are supported. Arexx is not tested.
  42.  
  43.       FREEWARE
  44.  
  45.    History:
  46.  
  47.       0.8  - first public release.
  48.  
  49.       0.9  - fixed bugs in member-display.
  50.  
  51.       0.9b - CreativE modules support and ECX v45 fix.
  52.  
  53. Leif Salomonsson - amigae AT swipnet DOT se - June 2004
  54.